home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_0399 / 14 < prev    next >
Internet Message Format  |  1994-08-27  |  1KB

  1. From: error@stack.urc.tue.nl (Erlend Nagel)
  2. Subject: Re: Colour.
  3. Date: Mon, 30 May 1994 14:48:13 +0200 (MET DST)
  4. In-Reply-To: <Pine.3.87.9405300202.A15807-0100000@undergrad> from "Timothy Miller" at May 30, 94 02:49:02 am
  5. Mime-Version: 1.0
  6. Precedence: bulk
  7.  
  8. Timothy Miller wrote:
  9.  
  10. > Are you sure programmers are going to want to put forth that effort?  
  11. > It's much easier to just stick together your palette.  How about someone 
  12. > write a library routine that, given a new palette, sorts them with respect
  13. > to the palette in place?
  14.  
  15. I don't think that just a library routine is good enough for this
  16. purpose. I think a better solution would be to have colour handling
  17. installed as a cookie or something like that and only have library
  18. routines as a mapping. That way the functions can easily be upgraded and
  19. older programs will be able to use newer implementations of the colour
  20. handling. I could imagine that earlier versions would not have
  21. sufficient locking facilities, so that no two programs change the same
  22. colour at once, but that later ones do. Having a common routine would
  23. also save a little bit of memory in a multitasking environment.
  24.  
  25. Erlend.
  26.